.TH E1432_SET_TRY_RECOVER 3 E1432
.SH NAME
e1432_set_try_recover \- Control signal trapping
.IX e1432_set_try_recover(3) 3
.SH SYNOPSIS
.cS
void e1432_set_try_recover(LONGSIZ32 state)
.cE
.SH DESCRIPTION

\fIe1432_set_try_recover\fR controls the signal trapping functions of
the E1432 library.  If \fIstate\fR is non zero, bus error signals are
trapped by the library and dealt with, usually by terminating.  If
\fIstate\fR is zero, the library does not trap the signal, which will
allow user software to deal with the signal.
.SH "RESET VALUE"
Default is 0, bus errors not trapped.  This is different than the
E1431 library, which defaults to trapping bus errors.
.SH "RETURN VALUE"
This function does not return a value.
